AutoIt file: String and File String.au3
| _FileName |
Returns file name with or without extension stripped from path,
drive, etc. |
| _FileExtension |
Returns file extension if any |
| _FileSetExtension |
Returns file name with extension added or changed |
| _FileAddExtension |
Returns file name with extension added |
| _FilePath | Returns file (url) path without end back or forward slash |
| _FileSetPath | Returns file name with (url) path added or changed |
| _FileAddPath | Returns file name with (url) path added |
| _FileComparePaths | Returns true if (url) paths in given parameters are the same (case-insensitive comparison, last slash-insensitive) |